projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a48a059
)
Since CPP is being used with CFLAGS, it should be in lock-step with CC,
author
Ewan Mellor
<ewan@xensource.com>
Fri, 23 Mar 2007 11:32:32 +0000
(11:32 +0000)
committer
Ewan Mellor
<ewan@xensource.com>
Fri, 23 Mar 2007 11:32:32 +0000
(11:32 +0000)
to avoid having to specify both CC and CPP for the build.
Signed-off-by: Jan Beulich <jbeulich@novell.com>
config/StdGNU.mk
patch
|
blob
|
history
diff --git
a/config/StdGNU.mk
b/config/StdGNU.mk
index 8c947f48328bbe6aadb20b49bbd9d8068e27c10a..fd7bc53a56edc3c3975690c18e2a4da95565faf3 100644
(file)
--- a/
config/StdGNU.mk
+++ b/
config/StdGNU.mk
@@
-1,7
+1,7
@@
AS = $(CROSS_COMPILE)as
LD = $(CROSS_COMPILE)ld
CC = $(CROSS_COMPILE)gcc
-CPP = $(C
ROSS_COMPILE)gcc
-E
+CPP = $(C
C)
-E
AR = $(CROSS_COMPILE)ar
RANLIB = $(CROSS_COMPILE)ranlib
NM = $(CROSS_COMPILE)nm